Intersoft ClientUI Documentation
WeakEventListener<TInstance,TSource,TEventArgs> Class
Members 



Type of instance listening for the event.
Type of source for the event.
Type of event arguments for the event.
Implements a weak event listener that allows the owner to be garbage collected if its only remaining link is an event handler.
Syntax
Public Class WeakEventListener
    (Of TInstance As Class,
     TSource,TEventArgs) 
public class WeakEventListener<TInstance,TSource,TEventArgs> 
where TInstance: class
generic<typename TInstance>
generic<typename TSource>
generic<typename TEventArgs>
public ref class WeakEventListener 
where TInstance: ref class
Type Parameters
TInstance
Type of instance listening for the event.
TSource
Type of source for the event.
TEventArgs
Type of event arguments for the event.
Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.WeakEventListener<TInstance,TSource,TEventArgs>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WeakEventListener<TInstance,TSource,TEventArgs> Members
Intersoft.Client.Framework Namespace

Send Feedback